Skip to content

kayceesrk/mergeable-vector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mergeable-vector — Mergeable vector based on operational transformation

%%VERSION%%

mergeable-vector is vector library with support for 3-way merges based on operational transformation. The library also provides diffing and patching arbitrary vectors. The diff is computed by Wagner-Fischer algorithm.

mergeable-vector is distributed under the ISC license.

Homepage: https://github.com/kayceesrk/mergeable-vector Contact: KC Sivaramakrishnan <sk826@cl.cam.ac.uk>

Installation

mergeable-vector can be installed with opam:

opam install mergeable-vector

If you don't use opam consult the opam file for build instructions.

Documentation

The documentation and API reference is automatically generated by ocamldoc from the interfaces. It can be consulted online and there is a generated version in the doc directory of the distribution.

Sample programs

If you installed mergeable-vector with opam sample programs are located in the directory opam config var mergeable-vector:doc.

In the distribution sample programs and tests are located in the test directory of the distribution. They can be built and run with:

topkg build --tests true && topkg test